home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00866.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  170 b   |  11 lines

  1. on exitFrame
  2.   global allvid
  3.   if the machineType = 256 then
  4.     set allvid to 0
  5.   else
  6.     set allvid to 1
  7.   end if
  8.   sound fadeIn 1, 180
  9.   puppetSound("intro.AIF")
  10. end
  11.